home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / xfd / include / clib / xfdmaster_protos.h
C/C++ Source or Header  |  1995-03-09  |  841b  |  29 lines

  1. #ifndef CLIB_XFDMASTER_PROTOS_H
  2. #define CLIB_XFDMASTER_PROTOS_H
  3.  
  4. /*
  5. **    $VER: xfdmaster_protos.h 34.1 (19.9.94)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    Copyright © 1994 by Georg Hörmann.
  10. **    All Rights Reserved.
  11. */
  12.  
  13. struct xfdBufferInfo *xfdAllocBufferInfo(void);
  14. struct xfdSegmentInfo *xfdAllocSegmentInfo(void);
  15. BOOL xfdDecrunchBuffer(struct xfdBufferInfo *);
  16. BOOL xfdDecrunchSegment(struct xfdSegmentInfo *);
  17. void xfdFreeBufferInfo(struct xfdBufferInfo *);
  18. void xfdFreeSegmentInfo(struct xfdSegmentInfo *);
  19. STRPTR xfdGetErrorText(UWORD);
  20. BOOL xfdRecogBuffer(struct xfdBufferInfo *);
  21. BOOL xfdRecogSegment(struct xfdSegmentInfo *);
  22. BOOL xfdTestHunkStructure(APTR, ULONG);
  23.  
  24. /* New for V34 */
  25. UWORD xfdRelocate(APTR, ULONG, ULONG *, UWORD);
  26. UWORD xfdTestHunkStructureNew(APTR, ULONG);
  27.  
  28. #endif /* CLIB_XFDMASTER_PROTOS_H */
  29.